PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowFormXObjectContent Class / PDFFlowFormXObjectContent Constructor / PDFFlowFormXObjectContent Constructor(PDFFormXObject)
Form XObject to draw in the document.
In This Topic
    PDFFlowFormXObjectContent Constructor(PDFFormXObject)
    In This Topic
    Initializes a new PDFFlowFormXObjectContent object.
    Syntax
    public PDFFlowFormXObjectContent( 
       PDFFormXObject formXObject
    )

    Parameters

    formXObject
    Form XObject to draw in the document.
    See Also